home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / panman15.zip / PMCAN.BAT < prev    next >
DOS Batch File  |  1990-07-28  |  157b  |  11 lines

  1. Echo Off
  2. Rem : PMCAN.BAT : %1=Panel, %2-%9=Message
  3. Cls
  4. If [%2]==[] GoTo CanExit
  5. Echo  
  6. Echo »»══» %2 %3 %4 %5 %6 %7 %8 %9
  7. Echo  
  8. Pause
  9. :CanExit
  10. %1
  11.